home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion / Software Explosion (Fore-Matt Home Computing)(1996).iso / games / windows / ulogic11 / _setup.1 / UltraLogic.exe / 0 / RCDATA / TFRMCUSTOMBOARD / TFRMCUSTOMBOARD.txt < prev   
Text File  |  1996-05-26  |  4KB  |  177 lines

  1. object frmCustomBoard: TfrmCustomBoard
  2.   Left = 212
  3.   Top = 166
  4.   ActiveControl = OkButton
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Custom Board Size:'
  8.   ClientHeight = 198
  9.   ClientWidth = 303
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object imgBackGround: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 303
  23.     Height = 198
  24.     Align = alClient
  25.     Picture.Data = {<image000.bmp>}
  26.     Stretch = True
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 191
  30.     Top = 3
  31.     Width = 2
  32.     Height = 192
  33.     Shape = bsLeftLine
  34.   end
  35.   object Bevel2: TBevel
  36.     Left = 196
  37.     Top = 58
  38.     Width = 105
  39.     Height = 7
  40.     Shape = bsTopLine
  41.   end
  42.   object PreviewGrid: TDrawGrid
  43.     Left = 49
  44.     Top = 48
  45.     Width = 94
  46.     Height = 86
  47.     TabStop = False
  48.     Color = clNavy
  49.     ColCount = 10
  50.     DefaultColWidth = 8
  51.     DefaultRowHeight = 8
  52.     FixedColor = clNavy
  53.     FixedCols = 0
  54.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  55.     PopupMenu = PopupMenu2
  56.     ScrollBars = ssNone
  57.     TabOrder = 0
  58.   end
  59.   object ColumnsTrackBar: TTrackBar
  60.     Left = 32
  61.     Top = 0
  62.     Width = 125
  63.     Height = 47
  64.     HelpContext = 4001
  65.     Min = 1
  66.     Orientation = trHorizontal
  67.     PopupMenu = PopupMenu2
  68.     Frequency = 1
  69.     Position = 1
  70.     SelEnd = 0
  71.     SelStart = 0
  72.     TabOrder = 1
  73.     TickMarks = tmBottomRight
  74.     TickStyle = tsAuto
  75.     OnChange = ColumnsTrackBarChange
  76.   end
  77.   object RowsTrackBar: TTrackBar
  78.     Left = 3
  79.     Top = 47
  80.     Width = 45
  81.     Height = 150
  82.     HelpContext = 4002
  83.     Max = 15
  84.     Min = 1
  85.     Orientation = trVertical
  86.     PopupMenu = PopupMenu2
  87.     Frequency = 1
  88.     Position = 1
  89.     SelEnd = 0
  90.     SelStart = 0
  91.     TabOrder = 2
  92.     TickMarks = tmBottomRight
  93.     TickStyle = tsAuto
  94.     OnChange = RowsTrackBarChange
  95.   end
  96.   object CancelButton: TButton
  97.     Left = 220
  98.     Top = 169
  99.     Width = 60
  100.     Height = 21
  101.     HelpContext = 2
  102.     Cancel = True
  103.     Caption = 'Cancel'
  104.     Font.Color = clBlack
  105.     Font.Height = -11
  106.     Font.Name = 'ms sans serif'
  107.     Font.Style = []
  108.     ModalResult = 2
  109.     ParentFont = False
  110.     PopupMenu = PopupMenu2
  111.     TabOrder = 4
  112.   end
  113.   object OkButton: TButton
  114.     Left = 220
  115.     Top = 132
  116.     Width = 60
  117.     Height = 21
  118.     HelpContext = 1
  119.     Caption = 'Ok'
  120.     Default = True
  121.     Font.Color = clBlack
  122.     Font.Height = -11
  123.     Font.Name = 'ms sans serif'
  124.     Font.Style = []
  125.     ModalResult = 1
  126.     ParentFont = False
  127.     PopupMenu = PopupMenu2
  128.     TabOrder = 3
  129.   end
  130.   object Panel1: TPanel
  131.     Left = 198
  132.     Top = 11
  133.     Width = 102
  134.     Height = 41
  135.     HelpContext = 4003
  136.     BevelInner = bvRaised
  137.     PopupMenu = PopupMenu2
  138.     TabOrder = 5
  139.     object Label1: TLabel
  140.       Left = 6
  141.       Top = 5
  142.       Width = 90
  143.       Height = 14
  144.       Caption = 'Board Dimensions:'
  145.       Font.Color = clWindowText
  146.       Font.Height = -11
  147.       Font.Name = 'arial'
  148.       Font.Style = []
  149.       ParentFont = False
  150.       Transparent = True
  151.     end
  152.     object GameDimensionsLabel: TLabel
  153.       Left = 36
  154.       Top = 23
  155.       Width = 30
  156.       Height = 14
  157.       Alignment = taCenter
  158.       Caption = '5 x 10'
  159.       Font.Color = clTeal
  160.       Font.Height = -11
  161.       Font.Name = 'arial'
  162.       Font.Style = [fsBold]
  163.       ParentFont = False
  164.       Transparent = True
  165.     end
  166.   end
  167.   object PopupMenu2: TPopupMenu
  168.     Left = 207
  169.     Top = 341
  170.     object pmenuWhatsThis: TMenuItem
  171.       Caption = '&What'#39's This?'
  172.       ShortCut = 0
  173.       OnClick = pmenuWhatsThisClick
  174.     end
  175.   end
  176. end
  177.